home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
12984
/
12984.xpi
/
chrome
/
VideoDownloaderToolbar.jar
/
content
/
about.xul
next >
Wrap
Extensible Markup Language
|
2009-12-25
|
794b
|
24 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://vidbar/skin/vid.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://vidbar/locale/vid.dtd" >
<dialog id="vidbar-about" title="About Video Downloader Toolbar" flex="1"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml" buttons="accept">
<hbox>
<image src="chrome://vidbar/skin/about-logo.gif" style="width: 48px; height: 48px;" />
<vbox style="width: 300px;">
<description style="font-weight:bold;">
Video Downloader Toolbar 1.0.1
</description>
<description flex="1">
Video and audio download tool for tube sites and flv movies.
</description>
</vbox>
</hbox>
</dialog>